home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / firefox-3.0.14 / chrome / en-US.jar / locale / browser-region / region.properties
Encoding:
Text File  |  2008-08-15  |  1.7 KB  |  37 lines

  1. # Default search engine
  2. browser.search.defaultenginename=Google
  3.  
  4. # Search engine order (order displayed in the search bar dropdown)s
  5. browser.search.order.1=Google
  6. browser.search.order.2=Yahoo
  7.  
  8. # This is the default set of web based feed handlers shown in the reader
  9. # selection UI
  10. browser.contentHandlers.types.0.title=Bloglines
  11. browser.contentHandlers.types.0.uri=http://www.bloglines.com/login?r=/sub/%s
  12. browser.contentHandlers.types.1.title=My Yahoo
  13. browser.contentHandlers.types.1.uri=http://add.my.yahoo.com/rss?url=%s
  14. browser.contentHandlers.types.2.title=Google
  15. browser.contentHandlers.types.2.uri=http://fusion.google.com/add?feedurl=%s
  16.  
  17. # Keyword URL (for location bar searches)
  18. keyword.URL=http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=
  19.  
  20. # increment this number when anything gets changed in the list below.  This will
  21. # cause Firefox to re-read these prefs and inject any new handlers into the 
  22. # profile database.  Note that "new" is defined as "has a different URL"; this
  23. # means that it's not possible to update the name of existing handler, so 
  24. # don't make any spelling errors here.
  25. gecko.handlerService.defaultHandlersVersion=2
  26.  
  27. # The default set of protocol handlers for webcal:
  28. gecko.handlerService.schemes.webcal.0.name=30 Boxes
  29. gecko.handlerService.schemes.webcal.0.uriTemplate=http://30boxes.com/external/widget?refer=ff&url=%s
  30.  
  31. # The default set of protocol handlers for mailto:
  32. gecko.handlerService.schemes.mailto.0.name=Yahoo! Mail
  33. gecko.handlerService.schemes.mailto.0.uriTemplate=http://compose.mail.yahoo.com/?To=%s 
  34. gecko.handlerService.schemes.mailto.1.name=Gmail
  35. gecko.handlerService.schemes.mailto.1.uriTemplate=https://mail.google.com/mail/?extsrc=mailto&url=%s
  36.  
  37.